Release 10.1A: OpenEdge Development:
Basic Database Tools
Performing the binary dump
Use the following PROUTIL command to perform a binary dump:
db-nameSpecifies the database from which you want to dump. You must completely define the path.
tablenameSpecifies the name of the table containing the data you want to dump.
directorySpecifies the name of the target directory into which the data will be dumped.
-indexnumSpecifies an index with which to dump the table’s contents. If you choose not to use this option, the command uses the primary index to dump the table.
The dump command writes the data to a dump file named
table.bd, wheretableis the name of the table that was dumped. For example, if you dump data from the table named “customer,” the procedure creates a dump file namedcustomer.bdin the directory you specify in the command.Each binary dump file contains a header and a description for each record in the table. The dump file appears in the following format:
The file header contains information that appears in this order:
When the dump procedure finishes, a screen message reports the number of records that were dumped and the number of kilobytes of data that were dumped.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |